.about-banner {
  background-image: url(../images/about-banner.jpg);
  background-color: #ffffffed;
  background-blend-mode: overlay;
  text-align: center;
  padding: 80px 0;
}

.about-banner-content {
  max-width: 1120px;
  margin: 0 auto;
}

.about-banner-content h1 {
  font-size: 75px;
  margin-bottom: 30px;
}

.about-banner-content h1 span {
  color: #36c8f9;
}
.about-banner-content p {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.about-banner-content .banner-btn {
  margin-bottom: 40px;
}
.banner-btn a {
  color: #000;
  text-decoration: none;
  padding: 17px 40px;
  display: inline-block;
  transition: 0.5s;
  border: 1px solid transparent;
}
.banner-btn a:hover {
  background-color: transparent;
  border: 1px solid #999;
}
/* .about-banner-content a.common-btn i {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.about-banner-content a.common-btn:hover i {
  opacity: 1;
  visibility: visible;
  display: un;
} */

.banner-facility {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.banner-facility .common-facility {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-basis: 30%;
}

.banner-facility .common-facility p {
  margin-bottom: 0;
}

.banner-facility .common-facility i {
  font-size: 30px;
  color: #36c8f9;
}
.banner-facility .common-facility h4 {
  font-weight: 600;
  margin-bottom: 0;
}

.all-project {
  padding: 80px 0;
}

.common-counter {
  text-align: center;
}

.about-common-head {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.about-common-head p {
  font-size: 20px;
}

.about-common-head h2 {
  font-size: 60px;
  margin-bottom: 15px;
}

.common-counter {
  text-align: center;
  background-color: #f7f8ff;
  border: 1px solid #9996;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}
.common-counter i {
  font-size: 30px;
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
  box-shadow: -1px 0px 10px #99999996;
}
.common-counter h5 {
  font-size: 26px;
  font-weight: 600;
}
.common-counter p {
  font-size: 18px;
  margin-bottom: 10px;
}

.counter,
.counter-sec span {
  font-size: 60px;
  color: #36c8f9;
  font-weight: 600;
  margin-bottom: 0;
}
.counter-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.client-say {
  background-color: #f9f6ff;
  padding: 80px 0;
}

.say-head {
  display: flex;
  align-items: center;
}
.say-head p {
  margin-bottom: 0;
}
.say-head h4 {
  margin-bottom: 0;
  font-weight: 600;
}
.common-say {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px #9996;
}
.common-say p {
  font-size: 18px;
}
.common-say i {
  color: #fdc700;
}

.google-review div {
  margin: 2px 5px;
}

.google-review .say-head,
.google-review .star {
  margin-bottom: 25px;
}
.say-head img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #9996;
  display: block;
}
.faq {
  padding: 80px 0;
}

.common-input p {
  margin-bottom: 4px;
  font-weight: 500;
}
.contact-form h2 {
  margin-bottom: 30px;
}
.common-input input,
.common-input textarea {
  width: 90%;
  padding: 10px 10px;
  border: 1px solid #9996;
  border-radius: 10px;
  outline: 0;
}
.common-input {
  margin-bottom: 20px;
}
.common-input textarea {
  height: 150px;
}
.common-input button {
  background-color: #36c8f9;
  color: #fff;
  padding: 15px 50px;
  font-weight: 600;
  font-size: 18px;
  border: 0;
}
.common-head h2,
.contact-form h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.common-head p {
  font-size: 18px;
}
.common-head {
  margin-bottom: 40px;
}
.common-contact {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 40px;
}
.icon {
  background-color: #36c8f9;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
}
.common-contact:hover .icon {
  transform: rotateY(180deg);
}
.icon i {
  font-size: 25px;
  color: #fff;
}
.icon-contact h5 {
  font-size: 20px;
  margin-bottom: 5px;
}
.icon-contact p {
  margin-bottom: 0;
  font-weight: 600;
}
.icon-contact p a {
  color: #10aade;
}
.map iframe {
  width: 100%;
  height: 350px;
  display: block;
  margin-top: 60px;
}
.faq .accordion-item {
  margin-bottom: 30px;
  border: 1px solid #9996;
}

@media screen and (max-width: 1440px) {
  .about-banner-content h1 {
    font-size: 65px;
  }
  .counter,
  .counter-sec span {
    font-size: 45px;
  }
  .common-counter h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .common-counter {
    padding: 20px 15px;
  }
  .about-common-head h2 {
    font-size: 50px;
  }
  .about-common-head p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .about-banner-content h1 {
    font-size: 50px;
  }
  .about-banner-content p {
    font-size: 20px;
  }
  .about-common-head h2 {
    font-size: 40px;
  }
  .common-service-head h3 {
    font-size: 24px;
  }
  .banner-facility .common-facility {
    gap: 10px;
  }
  .banner-facility .common-facility h4 {
    font-size: 20px;
  }
  .banner-facility .common-facility p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.5px) {
  .banner-facility {
    flex-wrap: wrap;
  }
  .banner-facility .common-facility {
    flex-basis: unset;
  }
  .faq {
    padding: 50px 0;
  }
}

@media screen and (max-width: 576px) {
  .about-banner-content h1 {
    font-size: 40px;
  }
  .banner-btn {
    flex-direction: column;
  }
  .banner-btn a.common-btn {
    width: 250px;
  }

  .all-project {
    padding: 50px 0;
  }
  .about-common-head h2 {
    font-size: 35px;
  }
}
